home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d21 / winpos.arc / WINPOS.DOC < prev    next >
Text File  |  1988-12-03  |  4KB  |  82 lines

  1.                         WINDOW POSITION
  2.                          DOCUMENTATION
  3.  
  4. The window position program is a rather simple-minded DESQview 
  5. API program that was born out of the experience of trying to set 
  6. up several windows in DESQview so that they produced a "tiled" 
  7. rather than overlapped effect when opened.
  8.  
  9. In order to make DESQview windows come up to a specific spot on 
  10. the screen, you need to enter the window coordinates (Starting 
  11. Height, Starting Width, Starting Row and Starting Column) on the 
  12. "Advanced Options" section of the program's Program Information 
  13. File using Change a Program.  It is not too difficult to 
  14. determine the proper coordinates, but getting a specific window 
  15. position sometimes requires quite a bit of trial and error.
  16.  
  17. WINDOW POSITION uses the DESQview API to constantly display its 
  18. window coordinates as you move and resize the window.  Once you 
  19. put the window in the desired location, you can record the 
  20. numbers and enter them into the Window Position data for another 
  21. programs Program Information File, using Change a Program.  These 
  22. numbers can also be used in the Setup Program (under Window 
  23. Positions) to change DESQview's default window positions.
  24.  
  25. To install WINDOW POSITION, place the files WINPOS.EXE and 
  26. WI-PIF.DVP from the ARC file into a subdirectory on your hard 
  27. drive.  Then copy the WI-SCRIP.DVS into your DESQview directory.  
  28. Then select Add a Program from the DESQview Open Window menu.  
  29. Select "Other" and specify the subdirectory where you placed the 
  30. WINDOW POSITION files.  DESQview's Add a Program will find the 
  31. DVP file and display "Window Position" as a program it can add.  
  32. Just mark "Window Position" and hit the Enter key to add it to 
  33. your menu.
  34.  
  35. When you run it, two scripts are available:
  36.  
  37. The F1 key marks the numbers of the current window position and 
  38. activates Change a Program, and then pauses for you to enter the 
  39. two keys associated with the program you want to change.  Select 
  40. the window and the script will automatically plug in the 
  41. appropriate numbers.  You might try this, selecting the D1 or DOS 
  42. (128K) window for test purposes.
  43.  
  44. The F2 key will simply "blank out" the window positions for the 
  45. selected window so that the default DESQview window positions 
  46. will be selected.
  47.  
  48. Hints and comments:
  49.  
  50. 1)  If you are trying to setup a "tiled" appearance, you can open 
  51. Window Position several times, arrange the windows as you like 
  52. them and then use the scripts to attach the window positions to 
  53. the appropriate window.
  54.  
  55. 2)  If you want to open an application so that when it opens a 
  56. specific section of text is visible, open it first, adjust the 
  57. window so that the appropriate section of screen is visible.  
  58. Then open Window position and adjust the window so that it 
  59. exactly overlays the first window.  Then set the window position.
  60.  
  61. 3)  You can create a window so small that the window coordinates 
  62. are not visible.  Window Position currently makes no 
  63. accommodation for this, however the macro keys will still work 
  64. and can "grab" the window coordinates even though they may not be 
  65. visable on the screen.
  66.  
  67. 4)  Naturally, setting window positions only works for programs 
  68. that CAN be run in small DESQview windows, that is programs that 
  69. write to the screen using DOS, the BIOS, DESQview compatible 
  70. screen calls, or virtualized windows on 386 machines.
  71.  
  72. 5)  The F2 key simply blanks out the window positions so that the 
  73. DESQview default is active.  IT DOES NOT record and restore the 
  74. previous settings if you already had some.  If you had settings 
  75. you don't want to lose, you may want to write them down before 
  76. running WINDOW POSITION.
  77.  
  78. Stan Young - Quarterdeck Office Systems - November 21, 1988
  79. Program code by: Richard Wellner
  80.  
  81.              * * *   E N D   O F   F I L E    * * * 
  82.